Overload | Description |
---|---|
UAAttributeData<TValue> Constructor() | Initializes a new instance of the class with default data. |
UAAttributeData<TValue> Constructor(TValue) | Initializes a new instance of the class, with given value. |
UAAttributeData<TValue> Constructor(UADataValue) | Initializes a new instance of the class, making a copy of a non-generic existing instance. |
UAAttributeData<TValue> Constructor(UAAttributeData<TValue>) | Initializes a new instance of the class, making a copy of an existing instance. |
UAAttributeData<TValue> Constructor(TValue,DateTime) | Initializes a new instance of the class, with given value and source timestamp. |
UAAttributeData<TValue> Constructor(TValue,UAStatusCode) | Initializes a new instance of the class, with given value and status code. |
UAAttributeData<TValue> Constructor(TValue,UAStatusCode,DateTime) | Initializes a new instance of the class, with given value, status code and source timestamp. |
UAAttributeData<TValue> Constructor(TValue,UAStatusCode,DateTime,DateTime) | Initializes a new instance of the class, with given value, status code, source timestamp, and server timestamp. |
UAAttributeData<TValue> Constructor(TValue,UAStatusCode,DateTime,Int32) | Initializes a new instance of the class, with given value, status code and source timestamp. |
UAAttributeData<TValue> Constructor(TValue,UAStatusCode,DateTime,Int32,DateTime,Int32) | Initializes a new instance of the class, with given value, status code, source timestamp, and server timestamp. |